<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===========================================================================
//* 2021-1-21
//* 鏁寸悊鑰咃細qzh
//* 鏂板/鏇挎崲闇€瑕佸娉ㄧ殑璇锋爣娉ㄨ阿璋紙鏂板璇锋斁鍦ㄦ寚瀹氳寖鍥达級
//*===========================================================================*/

/* ==============================================
				header澶撮儴
============================================== */

.flex {
    display: flex;
	align-items: center;
}

/* ==============================================
				header澶撮儴
============================================== */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  z-index: 9999;
  /* background: rgba(0, 0, 0, 0.3); */
  border-bottom: 1px solid #000;
  /* box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); */
  transition: all 0.5s ease;
  cursor: pointer;
}
.header.header_fixed,
.header.on {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0,0,0,.3);
  border-bottom: 1px solid #fff;
}

.header.header_fixed .header_left a{
    border-right: 1px solid #fff;
}

.header.header_fixed .header_tel{
    border-left: 1px solid #fff;
}

.header.header_fixed .header_left img,
.header.on .header_left img {
  display: none;
}
.header.header_fixed .header_left img.on,
.header.on .header_left img.on {
  display: block;
}
.header.header_fixed .header_nav &gt; ul &gt; li &gt; a,
.header.on .header_nav &gt; ul &gt; li &gt; a {
  color: #333;
}

.header.header_fixed .header_tel span,
.header.on .header_tel span {
  color: #29136a;
}

.header_content {
  display: flex;
  align-items: center;
}
.header_left {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_left img {
  display: block;
  width: auto;
  height: 70px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  -ms-interpolation-mode: autor;
}
.header_left a {
  display: flex;
  width: auto;
  height: 90px;
  align-items: center;
  border-right: 1px solid #000;
  padding-right: 0.5rem;
}
.header_left a p {
  font-size: 26px;
  color: #29136a;
  font-weight: bold;
  line-height: 80px;
  margin-left: 0.1rem;
}
.header.on .header_left a p {
  color: #d3271b;
}
.header.header_fixed .header_left a p {
  color: #d3271b;
}
.header_left img.on {
  display: none;
}
.header_right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.header_nav {
  flex: 1;
}

.header_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header_nav &gt; ul &gt; li {
  position: relative;
}
.header.header_fixed .header_nav &gt; ul &gt; li.on &gt; a,
.header.on .header_nav &gt; ul &gt; li.on &gt; a {
  color: #29136a;
}
.header_nav &gt; ul &gt; li.on &gt; a::after {
  width: 100%;
  opacity: 1;
}
.header_nav &gt; ul &gt; li &gt; a {
  display: block;
  width: 120px;
  height: 90px;
  font-size: 16px;
  line-height: 90px;
  /*color: #fff;*/
  text-align: center;
}
.header_nav &gt; ul &gt; li &gt; a::after {
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  background: #29136a;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  opacity: 0;
}

.header_tel {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #000;
  padding-left: 0.5rem;
}

.header_tel i {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: url("../images/phone.png") no-repeat center center;
  background-size: cover;
  margin-right: 10px;
}

.header_tel span {
  font-size: 30px;
  color: #29136a;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .header_left a p {
    font-size: 20px;
  }
}
@media (max-width: 1220px) {
    .header{
        height: 70px;
        line-height: 70px;
    } 
    .header_left a{
        height: 70px;
    }
    
    .header_left img {
        height: 55px;
    }

    .header_left a p {
      font-size: 16px;
      display: none;
    }
    .header_phone {
      display: none;
    }
    
    .header_nav &gt; ul &gt; li &gt; a{
        height: 70px;
        line-height: 70px;
        width: 100px;
    }
    
    .header_tel {
        height: 70px;
    }
    
    .header_tel span{
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    
  .header_left{
    margin-top: 12px;
  }
  .header_left a {
    height: 70px;
    border-right: 1px solid #fff;
  }
  .header_left a p {
    line-height: 70px;
    color: #29136a;
    display: block;
  }
  
    .header_left img {
      height: 50px;
    }
}

/* --=====================绉诲姩绔鑸牱寮�======================--*/
.header .mnav {
    display: block;
    position: fixed;
    z-index: 90;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0;
    transform: translateX(-100%);
    transition: 0.6s ease-in-out;
}
.header .mnav ul {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 120px;
}
.header .mnav .mnavli {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.header .mnav .mnavli .mnavlia{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 3;
    font-weight: normal;
}
.header .mnav .mnavli i {
    position: absolute;
    right: 0.35rem;
    padding-left: 0.05rem;
    width: 0.34rem;
    height: 42px;
    top: 0;
    text-align: center;
    color: #888888;
    font-size: 12px;
    line-height: 42px;
}
.header .mnav .mnavli .m_navsub {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 10px;
    display: none;
    background: #f5f5f5;
}
.header .mnav .mnavli .m_navsub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 3;
    border-bottom: 1px solid #eeeeee;
}
.header .mnav.navon{
	transform: translateX(0);
	transition: 0.6s ease-in-out;
}
.header .mnav .on .mnavlia {
    color: white;
    background-color: #29136a;
}
.header .mnav .on .son {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: white;
}

@media (max-width: 992px) {
  .header {
    height: 50px;
    border-bottom: 1px solid #dcdcdc;
  }
  .header .header-logo {
    max-width: 110px;
    padding: 10px 0;
  }
  .mnav-btn {
    color: white;
    cursor: pointer;
    width: 50px;
  }
  .mnav-btn a {
    display: block;
    overflow: hidden;
  }
  .mnav-btn span {
    float: left;
    width: 25px;
    height: 2px;
    background-color: #555555;
    margin-top: 6px;
    -ms-transform-origin: 7% 50%;
    -moz-transform-origin: 7% 50%;
    -webkit-transform-origin: 7% 50%;
    -o-transform-origin: 7% 50%;
    transition: all 0.3s;
    margin-left: 25px;
  }
  .mnav-btn .line1 {
    margin-top: 16px;
  }
  .header .mnav-btn .on .line1 {
    transform: rotate(45deg);
  }
  .header .mnav-btn .on .line2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotate(0);
  }
  .header .mnav-btn .on .line3 {
    transform: rotate(-45deg);
  }
}

/* --瀵艰埅鏍峰紡--*/

/* --瀵艰埅瀛愭爮鐩牱寮�--*/
.navsub {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0%;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.navsub li a {
  display: block;
  font-size: 13px;
  height: 50px;
  padding: 0 10px;
  text-align: left;
  color: #666;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  text-align: center;
}
.navsub.on {
  display: block;
}
.navsub li a:hover {
  color: #29136a;
  font-weight: 600;
  /* background: #29136a; */
}

.header_clear_box {
  height: 70px;
  width: 100%;
  display: none;
}

@media (max-width: 992px) {
  .header_nav {
    display: none;
  }
  .header_clear_box {
    display: block;
  }

  .header_tel {
    display: none;
  }
  .mnav-btn {
    display: block;
  }

  .header {
    height: 70px;
    line-height: 70px;
    background: #fff;
    padding: 0 10px;
  }
  .header_content {
    height: 70px;
    padding-left: 0;
    justify-content: space-between;
  }
  .header_right {
    display: block;
  }
  .header_search_content {
    top: 70px;
    padding: 3% 5%;
  }
}
@media (max-width: 768px) {
  .header_search_input {
    margin: 0;
  }
}


/* ==============================================
				banner娴锋姤
============================================== */
.banner,.banner ul li,
.banner ul li a,
.banner ul li a img{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	color: #29136a;
	font-size: 0.48rem;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	left: 5%;
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	right: 5%;
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}


/* ==============================================
				鍏叡鏍囬
============================================== */
.guider_title {
	overflow: hidden;
	text-align: center;
}
.guider_title h2 {
	font-size: 0.36rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
	color: #333;
}
.guider_title p{
	font-size: 0.24rem;
	color: #999;
}
@media (max-width:992px) {
	.guider_title h2 {
		font-size: 0.40rem;
	}
}
/* ==============================================
				浜у搧guider_pro
============================================== */

.guider_pro{
    overflow: hidden;
    padding: 0.6rem 0;
}
.guider_pro .guider_main{
    overflow: hidden;
    display: block;
    margin-top: 0.3rem;
}
.guider_pro .pro_l{
    width: 100%;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    margin-right: 2%;
}
.guider_pro .pro_l .pro_l_tit{
    text-align: left;
    padding: 40px 0;
}
.guider_pro .pro_l .pro_l_tit h3{
    font-size: 0.26rem;
    font-weight: bold;
    color: #fff;
}
.guider_pro .pro_l .pro_l_tit p{
    font-style: normal;
    display: block;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
    margin-bottom: 12px;
}
.guider_pro .pro_l .pro_l_tit .desc{
    display: block;
}
.guider_pro .pro_l .pro_l_tit i{
    width: 36px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 0 auto;
}
.guider_pro .pro_l .pro_l_list{
    background: #fff;
}

.guider_pro .pro_l .pro_l_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guider_pro .pro_l .pro_l_list li{
    width:calc((100% - 20px)/4);
    height: 62px;
}

.guider_pro .pro_l .pro_l_list li.on a{
    color: #fff;
    background: #29136a;
}
.guider_pro .pro_l .pro_l_list li a{
    display: block;
    line-height: 62px;
    position: relative;
	text-align: center;
    font-size: 20px;
}

.guider_pro .pro_r{
    width: 100%;
    margin-top: 80px;
}
.guider_pro .pro_r ul{
    display: none;
}
.guider_pro .pro_r ul.on{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.guider_pro .pro_r ul li{
    position: relative;
    width: calc((100% - 15%)/3);
    margin-bottom: 2%;
    margin-right: 5%;
}

.guider_pro .pro_r ul li:nth-child(3n){
    margin-right: 0;
}

.guider_pro .pro_r ul li:hover .advantage{
    top: 0;
}

.guider_pro .pro_r ul li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}

.guider_pro .pro_r ul li .advantage{
    position: absolute;
    top: -230%;
    left: 0;
    background-color: rgba(0,0,0,.3);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.guider_pro .pro_r ul li .advantage div{
    margin-top: 15px;
}

.guider_pro .pro_r ul li .advantage p,
.guider_pro .pro_r ul li .advantage div{
    padding: 0 0.5rem;
    text-align: center;
}



@media (max-width:1280px) {

}


@media (max-width:992px) {
    
    .guider_pro .pro_r{
        margin-top: 40px;
    }
    
    .guider_pro .pro_r ul li{
        width: 100%;
        margin-bottom: 2%;
    }
    
    .guider_pro .pro_r ul li a{
        display: flex;
    }
    
    
    .guider_pro .pro_r ul.on{
        display: block;
    }
    
    .guider_pro .pro_r ul li .pic {
        width: 40%;
        height: 40%;
    }
    
   .guider_pro .pro_r ul li .advantage{
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: 26px;
        height: 26px;
        width: 65%;
        margin-left: 15px;
        position: static;
        background-color: transparent;
        display: block;
    }
    
    .guider_pro .pro_r ul li .advantage p{
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 20px;
        padding: 0 0 1% 20px;
        text-align: left;
    }
    
    .guider_pro .pro_r ul li .advantage div{
        padding: 0;
        text-align: left;
    }
    
    .guider_pro .pro_r ul li .advantage p:before {
        content: '';
        background: #29136a;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 8px;
        left: 0;
        border-radius: 50%;
    }
    
}


/* ==============================================
				guider_step鏈嶅姟娴佺▼
============================================== */
.guider_step {
    overflow: hidden;
    position: relative;
    padding: 0.6rem 0;
    background: #f3f3f3;
}

.guider_step .guider_step_item{
    margin-top: 0.3rem;
    justify-content: space-between;
}

.guider_step .guider_step_left{
    width: 44%;
    margin-right: 4%;
}

.guider_step .guider_step_left .step_title{
    font-size: 0.38rem;
}

.guider_step .guider_step_left p{
    font-size: 0.20rem;
}

.guider_step .guider_step_left .step_desc{
    font-size: 0.16rem;
    white-space: pre-line;
    line-height: 0.35rem;
    margin-top: 0.3rem;
}

.guider_step .guider_step_right{
    width: 52%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
}

.guider_step .guider_content{
   margin-bottom: 2%;
   width: 23%;
}


.guider_step .guider_content img {
  width: 100%;
}

.guider_step .step_item{
    font-size: 0.16rem;
}

.guider_step .step_item span {
    font-size: 0.36rem;
    font-weight: bold;
    font-style: italic;
    margin-right: 0.15rem;
}

.guider_step .step_item p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

 @media (max-width: 992px) {
    .guider_step .guider_step_left,
    .guider_step .step_item p{
        display: none;
    }
    
    .guider_step .guider_step_right{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .guider_step .guider_content{
      width: 30%;
    }
   .guider_step .guider_content:nth-child(3n){
        margin-right: 0;
    }
}



/* ==============================================
				about鍏充簬鎴戜滑
============================================== */
.guider_about{
	overflow: hidden;
	padding: 0.6rem 0;
}
.guider_about .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_about .guider_main ._right{
    overflow: hidden;
    width: 48%;
    float: right;
}
.guider_about .guider_main ._right h3 {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
    color: #29136a;
}
.guider_about .guider_main ._right p {
    font-size: 0.16rem;
    line-height: 30px;
    color: #666;
    white-space: pre-line;
}
.guider_about .guider_main ._right a {
	margin: 0.3rem 0 0 0;
	/*font-size: 0.16rem;*/
}
.guider_about .guider_main ._right ul {
    overflow: hidden;
    margin-top: 0.3rem;
}
.guider_about .guider_main ._right ul li {
    width: 25%;
    float: left;
    overflow: hidden;
    text-align: left;
}
.guider_about .guider_main ._right ul li h4 {
    overflow: hidden;
    text-align: left;
}
.guider_about .guider_main ._right ul li h4 em {
    font-size: 0.3rem;
    font-weight: bold;
    display: inline-block;
    line-height: initial;
    color: #29136a;
}
.guider_about .guider_main ._right ul li h4 i {
    font-size: 0.16rem;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-style: normal;
    color: #29136a;
}
.guider_about .guider_main ._right ul li span {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #666;
}
.guider_about .guider_main ._left {
    overflow: hidden;
    width: 48%;
    float: left;
}
.guider_about .guider_main ._left img {
    width: 100%;
    display: block;
}
@media (max-width:992px) {
	.guider_about .guider_main ._right{
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.guider_about .guider_main ._right h3{
		font-size: 0.36rem;
		text-align: center;
		display: none;
	}
	.guider_about .guider_main ._right p{
		font-size: 0.28rem;
		line-height: inherit;
		white-space: pre-line;
	}
	.guider_about .guider_main ._right ul li{
		width: 25%;
		text-align: center;
	}
	.guider_about .guider_main ._right ul li h4{
		text-align: center;
	}
	.guider_about .guider_main ._right ul li h4 em{
		font-size: 0.36rem;
	}
	.guider_about .guider_main ._right ul li h4 i{
		font-size: 0.28rem;
	}
	.guider_about .guider_main ._right ul li span{
		font-size: 0.28rem;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.guider_about .guider_main ._left{
		width: 100%;
	}
}

/* ==============================================
			honour 涓撳埄璇佷功
============================================== */

.guide_hoors{
    overflow: hidden;
    position: relative;
    padding: 0.6rem 0;
}

.guide_hoors .guider_title p {
    color: #fff;
}

.guide_hoors ._main{
    position: relative;
}
.guide_hoors .mpa_Swiper{
    overflow: hidden;
    margin: 0.7rem 0 0;
    padding-bottom: 0.3rem;
    text-align: center;
}
.guide_hoors .mpa_Swiper li{
    overflow: hidden;
}
.guide_hoors .mpa_Swiper ._pic{
    position: relative;
    margin: 0 auto;
    max-width: 297px;
    padding-bottom: 0;
    height: 418px;
    overflow: hidden;
    background: url(../images/hoors.png) center no-repeat;
    background-size:100%;
    background-color: #ffffff;
}
.guide_hoors .mpa_Swiper ._pic img{
    display: block;
    max-width:90%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50% ,-50%);
}
.guide_hoors .mpa_Swiper p{
    margin:8px auto 0;
    max-width:265px;
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    font-weight: 300;
    color: #ffffff;
}
.guide_hoors .next-btn ,.guide_hoors .prev-btn {
    border-color: #ffffff;
    margin-top: -60px;
}
.guide_hoors .next-btn{
    right: -0.6rem;
}
.guide_hoors .next-btn i ,.guide_hoors .prev-btn i{
    color: #ffffff;
}
.guide_hoors .prev-btn{
   left: -0.6rem;
}

.guide_hoors .swiper-scrollbar{
    cursor: pointer;
    bottom:0;
    height:4px;
    position: absolute;
    left:0.5%;
    z-index: 50;
    width:99%;
    background-color: #999999;
}
.guide_hoors .swiper-scrollbar-drag {
    background-color: #0b6ee0;
}

@media (max-width:1440px) {
    .guide_hoors .mpa_Swiper p{
        font-size:16px;
        line-height:24px;
        height:48px;
    }
    .guide_hoors .next-btn ,.guide_hoors .prev-btn {
        margin-top: -48px;
    }

    .guide_hoors .next-btn{
        right: -0.4rem;
    }
    .guide_hoors .prev-btn{
       left: -0.4rem;
    }
}
@media (max-width:992px) {
    .guide_hoors .mpa_Swiper p{
        font-size:14px;
        line-height:20px;
        height:40px;
    }

    .guide_hoors ._btn{
        position: absolute;
        bottom:12px;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .guide_hoors .next-btn ,.guide_hoors .prev-btn {
        margin: 0 8px 0;
        position: relative;
        left: auto;
        right: auto;
        width: 0.7rem;
        height: 0.7rem;
    }
}


/* ==============================================
			鍚堜綔浼欎即guide_partners
============================================== */
.guide_partners {
    position: relative;
    overflow: hidden;
    padding:0.6rem;
    margin-top: 0.6rem;
}
.guide_partners ._title{
    font-size:0.32rem;
    color:#363636;
    line-height: 0.32rem;
}
.guide_partners ._title ._btn{
    display: none;
}
.guide_partners ._main{
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    padding: 0 60px;
}
.swiper_partners{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.swiper_partners li a{
    padding:0 0.8rem;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    display: block;
    margin: 0 1% 1% 0;
}
.swiper_partners li a img{
    height:80px;
    width: auto;
    object-fit: contain;
    margin: auto;
    display: block;
}
.guide_partners ._btn{
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: #e1e0e0;
    color: #878787;
    cursor: pointer;
}
.guide_partners ._btn:hover{
    background-color: #29136a;
    color: #ffffff;
}
.guide_partners ._btn::after{
    font-size: 12px;
}

@media (max-width:992px){
    .guide_partners {
        padding-top: 0;
        flex-direction: column;
    }
    .guide_partners&gt;div{
        display: block;
        width: 100%;
        flex: auto;
    }
    .guide_partners ._main{
        padding: 0;
        margin-top: 25px;
    }
    .guide_partners ._main ._btn{
        display: none;
    }
    .guide_partners ._title{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 0.6rem;
        margin-bottom: 0.2rem;
    }
    .guide_partners ._title ._btn{
        top: auto;
        left: auto;
        right: auto;
        display:flex;
        align-items: center;
        justify-content:center;
        position: relative;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background-color:inherit;
        border:1px solid #a0a0a0;
        margin: 0 10px 0;
        
    }
    .guide_partners ._title ._btn::after{
        color: #a0a0a0;
    }
}

@media (max-width:768px) {
    .swiper_partners li a{
        padding:0 0.3rem;
    }
    .swiper_partners li a img{
        height:60px;
    }
}



/* ==============================================
				guider_news
============================================== */
.guider_news{
    position: relative;
    padding: 0.8rem 0 0.47rem;
    overflow: hidden;
    font-family: "mon-l", "arial", sans-serif !important;
    background: #f7f7f7 url(../images/news-bg.jpg) no-repeat center;
    background-size: cover;
}
.guider_news .container{
    position: relative;
}
.guider_news .container ._main{
    padding-top: 0.3rem;
    overflow: hidden;
}
.guider_news .container ._left{
    float: left;
    width:220px;
    margin:0 0.2rem 0 0;
    background-color:#29136a;
    box-shadow: 0 4px 15px 10px rgb(0 0 0 / 3%);
    min-height:425px;
    padding:40px 12px 0;
    color: #ffffff;
}
.guider_news .container ._left h3{
    color: #ffffff;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    margin-bottom:10px;
}
.guider_news .container ._left .box a{
    background-color: #ffffff;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    color: #0E1B31;
    font-size: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px auto 0;
    font-weight:100;
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
    line-height:0.8;
}
.guider_news .container ._left ._tel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.guider_news .container ._left i{
    font-size:24px;
    margin-right: 5px;
}
.guider_news .container ._left ._tel span{
    font-weight: bolder;
    font-size:20px;
}
.guider_news .container ._left li{
    text-align: center;
    font-size:18px;
    margin:5px 0;
    color: #ffffff;
    border-radius:30px;
    padding:5px 0 ;
}
.guider_news .container ._left li.on{
    color: #0E1B31;
    background-color: #ffffff;
}

.guider_news .container ._right{
    overflow: hidden;
    padding: 10px 10px 0;
    margin: -10px -10px 0 0;
    position: relative;
}
.guider_news .container ._right ul{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.guider_news .container ._right li {
    width: 49%;
    margin-bottom:0.18rem;
    box-shadow: 0 4px 10px 5px rgb(0 0 0 / 3%);
}
.guider_news .container ._right li a{
    display: flex;
    align-items: center;
    height:130px;
    overflow: hidden;
    background: #fff;
}
.guider_news .container ._right li ._time{
    text-align: center;
    width:120px;
    border-right: 1px solid #ddd;
}
.guider_news .container ._right li ._con{
    flex: 1;
    overflow: hidden;
    padding: 0 30px;
}

.guider_news .container .newData{
    font-size: 16px;
    color: #999;
    margin-bottom: -5px;
}
.guider_news .container .newYearMon{
    font-size: 24px;
    color: #29136a;
}

.guider_news .container ._right li h3{
    font-size:18px;
    color: #333;
    margin-bottom:5px;
}
.guider_news .container ._right li p{
    font-size:14px;
    color: #999;
    line-height:20px;
    height:40px;
}
.guider_news .container ._right li:hover{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.guider_news .container ._right li:hover h3{
    color:#0E1B31;
}

.guider_news .container ._right li:hover p{
    color:#d3271b;
}

@media only screen and (max-width:992px){
    .guider_news .container ._main&gt;div{
        width:100%;
        padding: 10px 0;
    }

    .guider_news .container ._left{
        background-color:inherit;
        min-height: auto;
        box-shadow:none;
        color: #333333;
        margin: 0;
        padding-top:0px;
    }
    .guider_news .container ._left h3 , .guider_news .container ._left .box , .guider_news .container ._left ._tel{
        display: none;
    }

    .guider_news .container ._left li{
        color:#333;
        float: left;
        margin-right:2px;
        padding: 0 15px;
        font-size: 16px;
    }
    .guider_news .container ._left li.on{
        background-color: #0E1B31;
        color: #ffffff;
    }
    .guider_news .container ._right li{
        width: 100%;
    }
    .guider_news .container ._right li ._time{
        width:90px;
    }
    .guider_news .container .newData  , .guider_news .container ._right li p{
        font-size:14px;
    }
    .guider_news .container .newYearMon , .guider_news .container ._right li h3{
        font-size:18px;
    }
    .guider_news .container ._right li ._con{
        padding: 0 15px;
    }
    
    .guider_news .container ._right li p{
        line-height:20px;
        height:40px;
    }
}



/* ==============================================
		鍏叡搴曢儴
============================================== */
.footer {
	background-color: #30333a;
	overflow: hidden;
	padding-top: 0.4rem;
}
.footer-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 0.15rem;
}
.footer .footer-contact {
	overflow: hidden;
	width: 25%;
}
.footer .footer-contact h2 {
	margin: 0;
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .footer-contact h2 a {
	color: #ffffff;
}
.footer .footer-contact h3 {
	margin: 0;
	font-size: 0.16rem;
	color: #fff;
}
.footer .footer-contact p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}
.footer .footer-contact p a {
	color: #d3271b;
	font-weight: bold;
	font-size: 0.28rem;
}
.footer .footer-contact ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer .footer-contact ul li {
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.footer .footer-contact ul li a {
	color: #fff;
}
.footer .footer-contact&gt;div span {
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	margin-right: 0.3rem;
}
.footer .footer-contact&gt;div span img {
	width: 100%;
	display: block;
}
.footer .footer-nav {
	overflow: hidden;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
}
.footer .footer-nav ul {
	margin-left: 0.7rem;
	overflow: hidden;
	max-width: 2rem;
}
.footer .footer-nav ul h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 0.1rem;
}
.footer .footer-nav ul h2 a {
	color: #fff;
}
.footer .footer-nav ul ol {
	padding: 0;
}
.footer .footer-nav ul ol li {
	list-style: none;
	line-height: 35px;
	height: 35px;
}
.footer .footer-nav ul ol li a {
	font-size: 14px;
	color: #d7d7d7;
	line-height: 0.4rem;
}
.footer .footer-nav ul:first-child {
	margin-left: 0;
}
.footer .footer-info {
	width: 25%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .footer-code {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.footer .footer-code .qr:nth-child(2){
    margin:0 5%;
}
.footer .footer-code&gt;div {
	width: 100%;
}
.footer .footer-code&gt;div span {
	width: 100%;
	display: block;
	overflow: hidden;
	border: 2px solid #ffffff;
}
.footer .footer-code&gt;div span img {
	width: 100%;
	display: block;
}
.footer .footer-code&gt;div p {
	margin: 0.1rem 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
/*--鍙嬫儏閾炬帴--*/
.footer .footer-link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	padding: 0.3rem 0 0.2rem 0;
}
.footer .footer-link a {
	font-size: 14px;
	color: #fff;
	padding: 0 0.1rem;
}
.footer .footer-copyright {
	overflow: hidden;
	padding: 0.2rem 0;
	border-top: 1px solid #3f4148;
}
.footer .footer-copyright .footer-copyright-fl {
	display: flex;
	align-items: center;
	align-content: center;
	float: left;
}
.footer .footer-copyright .footer-copyright-fl p,
.footer .footer-copyright .footer-copyright-fl a {
	font-size: 14px;
	color: #d7d7d7;
	margin: 0;
}
.footer .footer-copyright .footer-copyright-fr {
	float: right;
}
.footer .footer-copyright .footer-copyright-fr a {
	color: #d7d7d7;
	font-size: 14px;
}
@media (max-width:992px) {
	.footer-box {
		flex-wrap: wrap;
	}
	.footer {
		padding: 50px 0 50px;
	}
	.footer .footer-code {
		max-width: 6rem;
		margin: 20px auto;
	}
	.footer .footer-nav {
		display: none;
	}
	.footer .footer-info {
		width: 100%;
		flex-direction: row-reverse;
	}
	.footer .footer-code&gt;div{
		width: 40%;
	}
	.footer .footer-contact h2 {
		font-size: 18px;
	}
	.footer .footer-contact h3 {
		font-size: 14px;
	}
	.footer .footer-contact p a {
		font-size: 28px;
	}
	.footer .footer-contact ul li {
		font-size: 14px;
	}

	.footer .footer-contact ul li a {
		font-size: 14px;
	}
	.footer .footer-contact {
		padding-left: 0;
		padding-right: 0.2rem;
		width: 100%;
		text-align: center;
	}
	.footer .footer-copyright .footer-copyright-fl {
		flex-wrap: wrap;
		justify-content: center;
		float: initial;
	}
	.footer .footer-copyright .footer-copyright-fr {
		float: inherit;
		text-align: center;
	}
	.footer .footer-copyright .footer-copyright-fl p, .footer .footer-copyright .footer-copyright-fl a{
		text-align: center;
	}
}
@media (max-width:768px) {
	.footer{
		padding-top:30px;
	}
	.footer .footer-copyright {
		margin-top: 0.2rem;
	}
	.footer-link{
		display: none!important;
	}
	.footer .footer-code{
		margin:5px auto;
	}
}

/* ==============================================
		鎵嬫満搴曢儴鎮诞瀵艰埅
============================================== */
@media (max-width: 992px) {
	.footer-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 8888;
		background-color: #29136a;
		height: 50px;
		display: block;
	}
	.footer-nav ul {
		position: relative;
		display: block;
	}
	.footer-nav ul li {
		float: left;
		width: 20%;
		height: 45px;
		text-align: center;
		overflow: hidden;
	}

	.footer-nav ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.footer-nav ul li span {
		position: relative;
		display: block;
		text-align: center;
		width: 20px;
		height: 20px;
		margin: 5px auto;
		overflow: hidden;
	}
	.footer-nav ul li:nth-child(3) span {
		position: absolute;
		top: -1.68em;
		width: 6.2em;
		height: 6.2rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}

	.footer-nav ul li:nth-child(3) p {
		display: none;
	}
	.footer-nav ul li span img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		height: 100%;
	}
	.footer-nav ul li p {
		color: #fff;
		text-align: center;
		font-size: 12px;
		line-height: 11px;
	}
	.footer-nav ul li:nth-child(3) span img {
		position: relative;
		width: 85%;
		height: auto;
	}
	.footer_top_txt a{
		font-size: 14px;
		text-align: center;
		font-weight: 400!important;
		display: block;  
	}
	.footer_bottom i{
		display: none;
	}
	.footer_bottom span{
		display: none;
	}
	.c_nav{display: none;}
}
@media (min-width:992px) {
	.footer_top_txt p:nth-child(3){
		display: none;  
	}
	.footer_top_txt p:nth-child(4){
		display: none;  
	}
}





</pre></body></html>